footer#footer {
    background: #0088b2;
}

.li-inline {
    display: inline-block;
    padding: 5px;
    list-style-type: none;
}

.li-inline a {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    padding-left: 25px;
    font-weight: bold;
}

footer.py-2.my-2 {
    background: #0088b2;
    padding-top: 3rem !important;
    padding-bottom: 0rem !important;
    margin-bottom: 0rem !important;
}

p.text-center {
    font-family: "Raleway", sans-serif;
    background: #0088b2;
    color: #fff;
    font-weight: bold;
    margin-top: 1rem;
}

.fa-facebook-f {
    --fa: "\f39e";
    font-size: 36px;
    padding-right: 10px;
    color: #fff;
}

i.fa-brands.fa-square-instagram {
    font-size: 36px;
    padding-right: 10px;
    color: #fff;
}

.fa-linkedin {
    --fa: "\f08c";
    font-size: 36px;
    padding-right: 10px;
    color: #fff;
}
.social-media-icons.nav.col-md-2.justify-content-end.list-unstyled.d-flex {
    padding-right: 3rem;
}
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #ffffff !important;
}
@media (min-width: 769px) and (max-width: 1024px) {
    footer.py-2.my-2 {
        padding-top: 3rem !important;
        padding-bottom: 1rem !important;
        margin-bottom: 0rem !important;
        margin-right: 0 !important;
    }

    p.text-center {
        padding-top: 1rem;
        width: 101%;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    footer.py-2.my-2 {
        padding-top: 3rem !important;
        padding-bottom: 1rem !important;
        margin-bottom: 0rem !important;
        margin-right: 0 !important;
    }
.social-media-icons.nav.col-md-2.justify-content-end.list-unstyled.d-flex {
    padding-right: 0;
}
    p.text-center {
        margin-top: 1.75rem;
        color: #000;
    }

}

@media (min-width: 376px) and (max-width: 425px) {
    p.text-center {
        width: 102% !important;
    }

    .social-media-icons.nav.col-md-2.justify-content-end.list-unstyled.d-flex {
        justify-content: start !important;
        margin-left: 0rem;
        margin-bottom: 3rem;
        padding-left: 40px;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    .social-media-icons.nav.col-md-2.justify-content-end.list-unstyled.d-flex {
        width: 70%;
    }

    footer.py-2.my-2 {
        padding-bottom: 0rem !important;
        margin-bottom: 0rem !important;
    }

    .social-media-icons.nav.col-md-2.justify-content-end.list-unstyled.d-flex {
        justify-content: start !important;
        margin-left: 2.5rem;
        margin-bottom: 2rem;
    }

    p.text-center {
        padding-top: 1rem;
        width: 96%;
    }
}